home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOpus Plus
/
DOpus Plus.iso
/
Tutorial
/
ARexx Tutorial
/
TuteRexx
/
DOpusFrontBack.dopus5
< prev
next >
Wrap
Text File
|
1998-08-18
|
338b
|
7 lines
/* DOpus front/back test */
address 'DOPUS.1' /* Open DOpus' ARexx port */
dopus front /* Bring the DOpus display to the front */
address command wait 2 /* Wait for 2 seconds */
dopus back /* Send the DOpus display to the back */
exit /* Exit the script */